Hi there,
Could anyone please guide me how to calculate median of outcome variable after performing multiple imputation?
I want to calculate median instead of mean because of non-normal distribution of outcome variable. mi estimate doesn't support median so I am struggling to calculate median values.
If it was mean, I would use the following code
mi estimate: mean EQ5D_QOLscore if I_C==0, over(B_E)
However, I can't use median with mi estimate.
Could anyone please guide me how to calculate median of outcome variable after performing multiple imputation?
I want to calculate median instead of mean because of non-normal distribution of outcome variable. mi estimate doesn't support median so I am struggling to calculate median values.
If it was mean, I would use the following code
mi estimate: mean EQ5D_QOLscore if I_C==0, over(B_E)
However, I can't use median with mi estimate.
Comment